object FructusAboutWindow: TFructusAboutWindow Left = 275 Top = 152 BorderIcons = [biMinimize] BorderStyle = bsSingle Caption = 'About Fructus for Windows 95' ClientHeight = 219 ClientWidth = 291 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnKeyPress = Exit OnShow = SetupWindow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 1 Top = 1 Width = 300 Height = 230 Picture.Data = {} OnClick = Bye end end